home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMCHECKUPDATE / TFRMCHECKUPDATE.txt
Encoding:
Text File  |  2004-07-08  |  2.0 KB  |  100 lines

  1. object frmCheckUpdate: TfrmCheckUpdate
  2.   Left = 336
  3.   Top = 439
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'frmCheckUpdate'
  6.   ClientHeight = 135
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pcCheckUpdate: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 326
  24.     Height = 105
  25.     ActivePage = tsCheck
  26.     Align = alTop
  27.     Style = tsFlatButtons
  28.     TabOrder = 0
  29.     object tsCheck: TTabSheet
  30.       Caption = 'tsCheck'
  31.       TabVisible = False
  32.       object mCheck: TMemo
  33.         Left = 4
  34.         Top = 0
  35.         Width = 310
  36.         Height = 89
  37.         TabOrder = 0
  38.       end
  39.     end
  40.     object tsDownload: TTabSheet
  41.       Caption = 'tsDownload'
  42.       ImageIndex = 1
  43.       TabVisible = False
  44.       object lStatus: TLabel
  45.         Left = 8
  46.         Top = 16
  47.         Width = 32
  48.         Height = 13
  49.         Caption = 'lStatus'
  50.         Visible = False
  51.       end
  52.       object lRemoteFile: TLabel
  53.         Left = 8
  54.         Top = 72
  55.         Width = 55
  56.         Height = 13
  57.         Caption = 'lRemoteFile'
  58.       end
  59.       object pbStatus: TProgressBar
  60.         Left = 8
  61.         Top = 40
  62.         Width = 305
  63.         Height = 17
  64.         Min = 0
  65.         Max = 100
  66.         TabOrder = 0
  67.         Visible = False
  68.       end
  69.     end
  70.   end
  71.   object btnWhatsNew: TButton
  72.     Left = 8
  73.     Top = 104
  74.     Width = 120
  75.     Height = 25
  76.     Caption = 'btnWhatsNew'
  77.     TabOrder = 1
  78.     Visible = False
  79.     OnClick = btnWhatsNewClick
  80.   end
  81.   object btnDownload: TButton
  82.     Left = 135
  83.     Top = 104
  84.     Width = 87
  85.     Height = 25
  86.     Caption = 'btnDownload'
  87.     TabOrder = 2
  88.     OnClick = btnDownloadClick
  89.   end
  90.   object btnCancel: TButton
  91.     Left = 234
  92.     Top = 104
  93.     Width = 85
  94.     Height = 25
  95.     Caption = 'btnCancel'
  96.     TabOrder = 3
  97.     OnClick = btnCancelClick
  98.   end
  99. end
  100.